Do not use DTB for armel
authorHilko Bengen <bengen@debian.org>
Sun, 6 Jul 2014 19:34:47 +0000 (21:34 +0200)
committerHilko Bengen <bengen@debian.org>
Fri, 30 Jan 2026 16:45:11 +0000 (17:45 +0100)
Gbp-Pq: Name Do-not-use-DTB-for-armel.patch

lib/guestfs-internal.h

index 5327cf59f3f23b7a23937c6a9b2419395f03aeb8..f6268a4686b84e229b6326c4ee1537deb65155b2 100644 (file)
@@ -123,6 +123,9 @@ cleanup_mutex_unlock (pthread_mutex_t **ptr)
 #endif
 #ifdef __arm__
 #define MACHINE_TYPE "virt"
+#ifdef __ARM_PCS_VFP /* do not use DTB for armel */
+#define DTB_WILDCARD "vexpress*a15-tc1.dtb"
+#endif
 #endif
 #ifdef __aarch64__
 #define MACHINE_TYPE "virt"